home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 October
/
EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso
/
Aminet
/
gfx
/
show
/
SView460.lha
/
SuperViewEL
/
ARexx-Scripts
/
SetSVOperator.rx
< prev
Wrap
Text File
|
1995-05-25
|
415b
|
20 lines
/*
$VER: SetSVOperator.rx V4.1 (15.10.94)
© 1993-94 by Andreas R. Kleinert
This script demonstrates how to modify the default SVOperator
settings without using the GUI, but SuperView's ARexxPort.
The resulting changes will also appear on SuperView's GUI,
if already open.
*/
address 'SuperView.rx' "SVOPERATOR=HilbertDither256"
adress command
wait 5
address 'SuperView.rx' "SVOPERATOR=XOR"